home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xearth-0.92 / kljcpyrt.h < prev    next >
C/C++ Source or Header  |  1995-06-25  |  1KB  |  35 lines

  1. #ifndef _KLJ_COPYRIGHT_
  2. #define _KLJ_COPYRIGHT_
  3.  
  4. /*
  5.  * RCS $Id: kljcpyrt.h,v 1.5 1994/05/10 07:15:35 tuna Exp $
  6.  *
  7.  * Copyright (C) 1989, 1990, 1993, 1994 Kirk Lauritz Johnson
  8.  *
  9.  * Parts of the source code (as marked) are:
  10.  *   Copyright (C) 1989, 1990, 1991 by Jim Frost
  11.  *   Copyright (C) 1992 by Jamie Zawinski <jwz@lucid.com>
  12.  *
  13.  * Permission to use, copy, modify, distribute, and sell this
  14.  * software and its documentation for any purpose is hereby granted
  15.  * without fee, provided that the above copyright notice appear in
  16.  * all copies and that both that copyright notice and this
  17.  * permission notice appear in supporting documentation. The author
  18.  * makes no representations about the suitability of this software
  19.  * for any purpose. It is provided "as is" without express or
  20.  * implied warranty.
  21.  *
  22.  * THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  23.  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
  24.  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT
  25.  * OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  26.  * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  27.  * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  28.  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  29.  */
  30.  
  31. static char *Copyright =
  32.  "Copyright (C) 1989, 1990, 1993, 1994 Kirk Lauritz Johnson";
  33.  
  34. #endif
  35.